home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / precog2_1.lha / Precognition2_1 / src / src.lha / GCCme < prev    next >
Encoding:
Text File  |  1995-01-13  |  520 b   |  28 lines

  1. ;
  2. ; GccMe --
  3. ;    AmigaDOS script to rebuild All of precognition with GCC 2.6.1
  4. ;    approx 2 hours 15 minutes to build on my A3000/16
  5. ;
  6. ; $VER: GccMe 1.1 (14.12.94)
  7. ;
  8. stack 100000 ; enough stack for GCC
  9. ;
  10. ;    First create the /lib/libprecognition.a linker library
  11. ;
  12. ;date >StartTime.GCC
  13. ;
  14. cd Library
  15. Make >ERRLOG.GCC ;
  16. ;
  17. ;    Then create the //Precognition and //MultiWindowWriter Tools
  18. ;
  19. ; NOT YET WORKING!
  20. ;
  21. ; cd /Precognition
  22. ; Make >ERRLOG.GCC ;
  23. ;
  24. ;    Return to the src directory
  25. cd /
  26. ;
  27. ;date >EndTime.GCC
  28. ; Done!